[INFO] cloning repository https://github.com/podtan/cats
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/podtan/cats" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpodtan%2Fcats", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpodtan%2Fcats'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6ad5c9705514e0c8f18915fc522440358b342468
[INFO] testing podtan/cats against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpodtan%2Fcats" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/podtan/cats
[INFO] finished tweaking git repo https://github.com/podtan/cats
[INFO] tweaked toml for git repo https://github.com/podtan/cats written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/podtan/cats on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/podtan/cats already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e3eeca65cbfa77bdab84cd679ed8a43ca7ec11ae7060de58356a90d0c2912751
[INFO] running `Command { std: "docker" "start" "-a" "e3eeca65cbfa77bdab84cd679ed8a43ca7ec11ae7060de58356a90d0c2912751", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3eeca65cbfa77bdab84cd679ed8a43ca7ec11ae7060de58356a90d0c2912751", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3eeca65cbfa77bdab84cd679ed8a43ca7ec11ae7060de58356a90d0c2912751", kill_on_drop: false }`
[INFO] [stdout] e3eeca65cbfa77bdab84cd679ed8a43ca7ec11ae7060de58356a90d0c2912751
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0b5a4b9b01d97e6616bf2f9b7771c9a3ce10dd1fb1399c05f43ce4929bec03c7
[INFO] running `Command { std: "docker" "start" "-a" "0b5a4b9b01d97e6616bf2f9b7771c9a3ce10dd1fb1399c05f43ce4929bec03c7", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling edit-distance v2.2.2
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling cats v0.1.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `MAX_TIMEOUT` is never used
[INFO] [stdout]   --> src/tools/opencode/webfetch.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | const MAX_TIMEOUT: Duration = Duration::from_secs(120);
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content_type` is never read
[INFO] [stdout]   --> src/tools/opencode/websearch.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 73 | struct McpContent {
[INFO] [stdout]    |        ---------- field in this struct
[INFO] [stdout] 74 |     #[serde(rename = "type")]
[INFO] [stdout] 75 |     content_type: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `McpContent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `numResults` should have a snake case name
[INFO] [stdout]   --> src/tools/opencode/websearch.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     numResults: Option<u8>,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `num_results`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `contextMaxCharacters` should have a snake case name
[INFO] [stdout]   --> src/tools/opencode/websearch.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     contextMaxCharacters: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `context_max_characters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
[INFO] running `Command { std: "docker" "inspect" "0b5a4b9b01d97e6616bf2f9b7771c9a3ce10dd1fb1399c05f43ce4929bec03c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b5a4b9b01d97e6616bf2f9b7771c9a3ce10dd1fb1399c05f43ce4929bec03c7", kill_on_drop: false }`
[INFO] [stdout] 0b5a4b9b01d97e6616bf2f9b7771c9a3ce10dd1fb1399c05f43ce4929bec03c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c9ff896f5ea3d5e641a9a5187ce02fe7fa6249b361ba4d2cc8e4e5be4c1db43e
[INFO] running `Command { std: "docker" "start" "-a" "c9ff896f5ea3d5e641a9a5187ce02fe7fa6249b361ba4d2cc8e4e5be4c1db43e", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling cats v0.1.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `MAX_TIMEOUT` is never used
[INFO] [stdout]   --> src/tools/opencode/webfetch.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | const MAX_TIMEOUT: Duration = Duration::from_secs(120);
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content_type` is never read
[INFO] [stdout]   --> src/tools/opencode/websearch.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 73 | struct McpContent {
[INFO] [stdout]    |        ---------- field in this struct
[INFO] [stdout] 74 |     #[serde(rename = "type")]
[INFO] [stdout] 75 |     content_type: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `McpContent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `numResults` should have a snake case name
[INFO] [stdout]   --> src/tools/opencode/websearch.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     numResults: Option<u8>,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `num_results`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `contextMaxCharacters` should have a snake case name
[INFO] [stdout]   --> src/tools/opencode/websearch.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     contextMaxCharacters: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `context_max_characters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::create_tool_registry`
[INFO] [stdout]    --> src/llm/executor.rs:247:9
[INFO] [stdout]     |
[INFO] [stdout] 247 |     use crate::create_tool_registry;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestCallback` is never constructed
[INFO] [stdout]    --> src/llm/executor.rs:249:12
[INFO] [stdout]     |
[INFO] [stdout] 249 |     struct TestCallback {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/llm/executor.rs:254:12
[INFO] [stdout]     |
[INFO] [stdout] 253 |     impl TestCallback {
[INFO] [stdout]     |     ----------------- associated function in this implementation
[INFO] [stdout] 254 |         fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAX_TIMEOUT` is never used
[INFO] [stdout]   --> src/tools/opencode/webfetch.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | const MAX_TIMEOUT: Duration = Duration::from_secs(120);
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content_type` is never read
[INFO] [stdout]   --> src/tools/opencode/websearch.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 73 | struct McpContent {
[INFO] [stdout]    |        ---------- field in this struct
[INFO] [stdout] 74 |     #[serde(rename = "type")]
[INFO] [stdout] 75 |     content_type: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `McpContent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `numResults` should have a snake case name
[INFO] [stdout]   --> src/tools/opencode/websearch.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     numResults: Option<u8>,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `num_results`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `contextMaxCharacters` should have a snake case name
[INFO] [stdout]   --> src/tools/opencode/websearch.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     contextMaxCharacters: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `context_max_characters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 39.79s
[INFO] running `Command { std: "docker" "inspect" "c9ff896f5ea3d5e641a9a5187ce02fe7fa6249b361ba4d2cc8e4e5be4c1db43e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9ff896f5ea3d5e641a9a5187ce02fe7fa6249b361ba4d2cc8e4e5be4c1db43e", kill_on_drop: false }`
[INFO] [stdout] c9ff896f5ea3d5e641a9a5187ce02fe7fa6249b361ba4d2cc8e4e5be4c1db43e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9be4fcf5c5ca227b35d1f10ea34a6fa6876dab96d40efb50d8d2d065fa4c97c8
[INFO] running `Command { std: "docker" "start" "-a" "9be4fcf5c5ca227b35d1f10ea34a6fa6876dab96d40efb50d8d2d065fa4c97c8", kill_on_drop: false }`
[INFO] [stderr] warning: constant `MAX_TIMEOUT` is never used
[INFO] [stderr]   --> src/tools/opencode/webfetch.rs:15:7
[INFO] [stderr]    |
[INFO] [stderr] 15 | const MAX_TIMEOUT: Duration = Duration::from_secs(120);
[INFO] [stderr]    |       ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `content_type` is never read
[INFO] [stderr]   --> src/tools/opencode/websearch.rs:75:5
[INFO] [stderr]    |
[INFO] [stderr] 73 | struct McpContent {
[INFO] [stderr]    |        ---------- field in this struct
[INFO] [stderr] 74 |     #[serde(rename = "type")]
[INFO] [stderr] 75 |     content_type: String,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `McpContent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `numResults` should have a snake case name
[INFO] [stderr]   --> src/tools/opencode/websearch.rs:54:5
[INFO] [stderr]    |
[INFO] [stderr] 54 |     numResults: Option<u8>,
[INFO] [stderr]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `num_results`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `contextMaxCharacters` should have a snake case name
[INFO] [stderr]   --> src/tools/opencode/websearch.rs:58:5
[INFO] [stderr]    |
[INFO] [stderr] 58 |     contextMaxCharacters: Option<usize>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `context_max_characters`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::create_tool_registry`
[INFO] [stderr]    --> src/llm/executor.rs:247:9
[INFO] [stderr]     |
[INFO] [stderr] 247 |     use crate::create_tool_registry;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TestCallback` is never constructed
[INFO] [stderr]    --> src/llm/executor.rs:249:12
[INFO] [stderr]     |
[INFO] [stderr] 249 |     struct TestCallback {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> src/llm/executor.rs:254:12
[INFO] [stderr]     |
[INFO] [stderr] 253 |     impl TestCallback {
[INFO] [stderr]     |     ----------------- associated function in this implementation
[INFO] [stderr] 254 |         fn new() -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MAX_TIMEOUT` is never used
[INFO] [stderr]   --> src/tools/opencode/webfetch.rs:15:7
[INFO] [stderr]    |
[INFO] [stderr] 15 | const MAX_TIMEOUT: Duration = Duration::from_secs(120);
[INFO] [stderr]    |       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `cats` (lib) generated 4 warnings
[INFO] [stderr] warning: `cats` (lib test) generated 7 warnings (3 duplicates) (run `cargo fix --lib -p cats --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cats-430283f56d4dc657)
[INFO] [stdout] 
[INFO] [stdout] running 75 tests
[INFO] [stdout] test core::tests::test_tool_registry ... ok
[INFO] [stdout] test core::tests::test_tool_args_creation ... ok
[INFO] [stdout] test core::tests::test_tool_result_creation ... ok
[INFO] [stdout] test core::tests::test_tool_validation ... ok
[INFO] [stdout] test llm::assistant::tests::test_generate_assistant_content_empty ... ok
[INFO] [stdout] test llm::assistant::tests::test_generate_assistant_content_classify ... ok
[INFO] [stdout] test llm::assistant::tests::test_generate_assistant_content_multiple ... ok
[INFO] [stdout] test llm::assistant::tests::test_generate_assistant_content_single ... ok
[INFO] [stdout] test llm::converter::tests::test_json_to_tool_args_classify_task ... ok
[INFO] [stdout] test llm::converter::tests::test_json_to_tool_args_copy_path ... ok
[INFO] [stdout] test llm::converter::tests::test_json_to_tool_args_edit_tool ... ok
[INFO] [stdout] test llm::converter::tests::test_json_to_tool_args_simple ... ok
[INFO] [stdout] test llm::result_handler::tests::test_handle_large_result_large_without_truncation ... ok
[INFO] [stdout] test llm::result_handler::tests::test_handle_large_result_small ... ok
[INFO] [stdout] test state::tests::test_file_state_creation ... ok
[INFO] [stdout] test tools::opencode::bash::tests::test_bash_tool_creation ... ok
[INFO] [stdout] test state::tests::test_tool_state_file_management ... ok
[INFO] [stdout] test state::tests::test_file_state_windowing ... ok
[INFO] [stdout] test tools::opencode::bash::tests::test_bash_tool_validation ... ok
[INFO] [stdout] test tools::opencode::edit::tests::test_edit_tool_creation ... ok
[INFO] [stdout] test opencode_tests::test_opencode_registry_creation ... ok
[INFO] [stdout] test llm::result_handler::tests::test_handle_large_result_large_with_truncation ... ok
[INFO] [stdout] test tools::opencode::edit::tests::test_edit_tool_validation ... ok
[INFO] [stdout] test tools::opencode::glob::tests::test_glob_tool_creation ... ok
[INFO] [stdout] test tools::opencode::edit::tests::test_edit_tool_not_found ... ok
[INFO] [stdout] test tools::opencode::edit::tests::test_edit_tool_multiple_matches_error ... ok
[INFO] [stdout] test tools::opencode::edit::tests::test_edit_tool_same_string_error ... ok
[INFO] [stdout] test tools::opencode::edit::tests::test_edit_tool_replace_all ... ok
[INFO] [stdout] test tools::opencode::edit::tests::test_edit_tool_simple_replace ... ok
[INFO] [stdout] test tools::opencode::glob::tests::test_glob_tool_nested_pattern ... ok
[INFO] [stdout] test tools::opencode::glob::tests::test_glob_tool_no_matches ... ok
[INFO] [stdout] test tools::opencode::grep::tests::test_grep_tool_creation ... ok
[INFO] [stdout] test tools::opencode::grep::tests::test_grep_tool_no_matches ... ok
[INFO] [stdout] test tools::opencode::grep::tests::test_grep_tool_regex_pattern ... ok
[INFO] [stdout] test tools::opencode::grep::tests::test_grep_tool_validation ... ok
[INFO] [stdout] test tools::opencode::grep::tests::test_grep_tool_with_include ... ok
[INFO] [stdout] test tools::opencode::list::tests::test_list_tool_creation ... ok
[INFO] [stdout] test tools::opencode::glob::tests::test_glob_tool_find_files ... ok
[INFO] [stdout] test tools::opencode::grep::tests::test_grep_tool_find_content ... ok
[INFO] [stdout] test tools::opencode::bash::tests::test_bash_tool_echo ... ok
[INFO] [stdout] test tools::opencode::multiedit::tests::test_multiedit_tool_creation ... ok
[INFO] [stdout] test tools::opencode::multiedit::tests::test_multiedit_tool_create_new_file ... ok
[INFO] [stdout] test tools::opencode::multiedit::tests::test_multiedit_tool_validation ... ok
[INFO] [stdout] test tools::opencode::read::tests::test_read_tool_creation ... ok
[INFO] [stdout] test tools::opencode::multiedit::tests::test_multiedit_tool_multiple_edits ... ok
[INFO] [stdout] test tools::opencode::read::tests::test_read_tool_file ... ok
[INFO] [stdout] test tools::opencode::list::tests::test_list_tool_directory ... ok
[INFO] [stdout] test tools::opencode::read::tests::test_read_tool_with_offset ... ok
[INFO] [stdout] test tools::opencode::todo::tests::test_format_todos ... ok
[INFO] [stdout] test tools::opencode::todo::tests::test_todoread_tool ... ok
[INFO] [stdout] test tools::opencode::read::tests::test_read_tool_validation ... ok
[INFO] [stdout] test tools::opencode::todo::tests::test_todoread_tool_creation ... ok
[INFO] [stdout] test tools::opencode::todo::tests::test_todowrite_tool ... ok
[INFO] [stdout] test tools::opencode::todo::tests::test_todowrite_tool_creation ... ok
[INFO] [stdout] test tools::opencode::todo::tests::test_todowrite_validation ... ok
[INFO] [stdout] test tools::opencode::webfetch::tests::test_html_to_markdown ... ok
[INFO] [stdout] test tools::opencode::webfetch::tests::test_html_to_text ... ok
[INFO] [stdout] test tools::opencode::webfetch::tests::test_parse_webfetch_args ... ok
[INFO] [stdout] test tools::opencode::webfetch::tests::test_webfetch_tool_creation ... ok
[INFO] [stdout] test tools::opencode::webfetch::tests::test_webfetch_tool_validation ... ok
[INFO] [stdout] test tools::opencode::websearch::tests::test_parse_websearch_args ... ok
[INFO] [stdout] test tools::opencode::websearch::tests::test_websearch_tool_creation ... ok
[INFO] [stdout] test tools::opencode::glob::tests::test_glob_tool_validation ... FAILED
[INFO] [stdout] test tools::opencode::list::tests::test_list_tool_not_found ... ok
[INFO] [stdout] test tools::opencode::read::tests::test_read_tool_file_not_found ... ok
[INFO] [stdout] test tools::opencode::multiedit::tests::test_multiedit_tool_same_string_error ... ok
[INFO] [stdout] test tools::opencode::list::tests::test_list_tool_file_not_dir ... ok
[INFO] [stdout] test tools::opencode::write::tests::test_write_tool_validation ... ok
[INFO] [stdout] test tools::opencode::write::tests::test_write_tool_creates_directories ... ok
[INFO] [stdout] test tools::opencode::write::tests::test_write_tool_creation ... ok
[INFO] [stdout] test tools::opencode::write::tests::test_write_tool_new_file ... ok
[INFO] [stdout] test tools::opencode::write::tests::test_write_tool_overwrite ... ok
[INFO] [stdout] test tools::opencode::todo::tests::test_todowrite_invalid_status ... ok
[INFO] [stdout] test tools::opencode::websearch::tests::test_websearch_tool_validation ... ok
[INFO] [stdout] test tools::opencode::bash::tests::test_bash_tool_with_timeout ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tools::opencode::glob::tests::test_glob_tool_validation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tools::opencode::glob::tests::test_glob_tool_validation' (54) panicked at src/tools/opencode/glob.rs:268:9:
[INFO] [stdout] assertion failed: result.is_err()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5678f8596f6a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5678f8596f6a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5678f8596f6a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5678f8596f6a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5678f85ae56a - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5678f85ae56a - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x5678f859c4d2 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5678f859c4d2 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5678f857261f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5678f857261f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5678f858de89 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5678f7d24c5c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5678f7d24c5c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5678f858e102 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5678f858e102 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5678f857270a - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5678f8569779 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5678f857369d - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5678f85aedac - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5678f85aed72 - core[a96a4c5c53f902a3]::panicking::panic
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5678f7cea1eb - cats[ff5b53fe114be176]::tools::opencode::glob::tests::test_glob_tool_validation
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tools/opencode/glob.rs:268:9
[INFO] [stdout]   21:     0x5678f7ce7dc7 - cats[ff5b53fe114be176]::tools::opencode::glob::tests::test_glob_tool_validation::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tools/opencode/glob.rs:263:35
[INFO] [stdout]   22:     0x5678f7cf11a6 - <cats[ff5b53fe114be176]::tools::opencode::glob::tests::test_glob_tool_validation::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5678f7d18d3b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5678f7d18d3b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5678f7d2572b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5678f7d2572b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5678f7d2572b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5678f7d2572b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5678f7d2572b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5678f7d2572b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5678f7d2572b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5678f7d20e44 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5678f7d20e44 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5678f7d28332 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5678f7d28332 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5678f7d28332 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5678f7d28332 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5678f7d28332 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5678f7d28332 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5678f7d28332 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5678f859631f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   42:     0x5678f859631f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7176072b8aa4 - <unknown>
[INFO] [stdout]   44:     0x717607345a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tools::opencode::glob::tests::test_glob_tool_validation
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 74 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "9be4fcf5c5ca227b35d1f10ea34a6fa6876dab96d40efb50d8d2d065fa4c97c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9be4fcf5c5ca227b35d1f10ea34a6fa6876dab96d40efb50d8d2d065fa4c97c8", kill_on_drop: false }`
[INFO] [stdout] 9be4fcf5c5ca227b35d1f10ea34a6fa6876dab96d40efb50d8d2d065fa4c97c8
